chore(deps): bump actions/create-github-app-token from 3.0.0 to 3.1.1 in the all-actions group#18
Conversation
Bumps the all-actions group with 1 update: [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `actions/create-github-app-token` from 3.0.0 to 3.1.1 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@f8d387b...1b10c78) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
📝 WalkthroughWalkthroughUpdated the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
.github/workflows/publish.yml (1)
24-24: Migrate from deprecatedapp-idtoclient-idinput.The
actions/create-github-app-tokenaction deprecatedapp-idin favor ofclient-idstarting in v3.1.0. While both inputs currently work, migrating toclient-idfuture-proofs this workflow.🔄 Proposed migration
- app-id: ${{ secrets.FG_LABS_BOT_APP_ID }} + client-id: ${{ secrets.FG_LABS_BOT_APP_ID }}Apply to both the
release-prjob (line 24) and thepublishjob (line 50).🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In @.github/workflows/publish.yml at line 24, Replace the deprecated `app-id` input with `client-id` for the actions/create-github-app-token usage: locate the workflow jobs named `release-pr` and `publish` where `app-id: ${{ secrets.FG_LABS_BOT_APP_ID }}` is set and change that key to `client-id: ${{ secrets.FG_LABS_BOT_APP_ID }}` (keeping the same secret value), ensuring the action invocation uses the newer `client-id` input name.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In @.github/workflows/publish.yml:
- Line 24: Replace the deprecated `app-id` input with `client-id` for the
actions/create-github-app-token usage: locate the workflow jobs named
`release-pr` and `publish` where `app-id: ${{ secrets.FG_LABS_BOT_APP_ID }}` is
set and change that key to `client-id: ${{ secrets.FG_LABS_BOT_APP_ID }}`
(keeping the same secret value), ensuring the action invocation uses the newer
`client-id` input name.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 50a8b730-2d50-4710-97fb-43cb98338fc3
📒 Files selected for processing (1)
.github/workflows/publish.yml
Bumps the all-actions group with 1 update: actions/create-github-app-token.
Updates
actions/create-github-app-tokenfrom 3.0.0 to 3.1.1Release notes
Sourced from actions/create-github-app-token's releases.
Commits
1b10c78build(release): 3.1.1 [skip ci]07e2b76fix: improve error message when app identifier is empty (#362)ea01216ci: remove publish-immutable-action workflow (#361)7bd0371build(release): 3.1.0 [skip ci]e6bd4e6feat: addclient-idinput and deprecateapp-id(#353)076e948feat: update permission inputs (#358)3bbe07dfix(deps): bump p-retry from 7.1.1 to 8.0.0 (#357)28a99e3build(deps-dev): bump c8 from 10.1.3 to 11.0.04df5060build(deps-dev): bump open-cli from 8.0.0 to 9.0.04843c53build(deps-dev): bump the development-dependencies group with 3 updatesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsSummary by CodeRabbit